Skip to content

Conversation

@franciszekjob
Copy link
Contributor

@franciszekjob franciszekjob commented Nov 6, 2025

Towards #3901

Stack:

Introduced changes

Checklist

  • Linked relevant issue
  • Updated relevant documentation
  • Added relevant tests
  • Performed self-review of the code
  • Added changes to CHANGELOG.md


impl TestTarget<TestCandidate> {
#[tracing::instrument(skip_all, level = "debug")]
pub fn from_raw(test_target_raw: TestTargetRaw) -> Result<TestTarget<TestCandidate>> {
Copy link
Contributor Author

@franciszekjob franciszekjob Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: It's the same as from_raw_deprecated but:

  • we don't compile sierra to CASM
  • we don't perform config run

Comment on lines +281 to +284
pub struct TestCandidate {
pub name: String,
pub test_details: TestDetails,
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: We can easily add partition field which will be later used while filtering.

@franciszekjob franciszekjob marked this pull request as ready for review November 12, 2025 15:02
@franciszekjob franciszekjob requested a review from a team as a code owner November 12, 2025 15:02
@franciszekjob franciszekjob requested review from MKowalski8 and ksew1 and removed request for a team November 12, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants